gesturestylus: Add missing array g-i annotation for *_get_axes params
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 20 Aug 2018 14:57:54 +0000 (16:57 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 20 Aug 2018 15:01:59 +0000 (17:01 +0200)
gtk/gtkgesturestylus.c

index 02019daab8e280ab090bd8a385d07a534da30da3..7eb029f3bed7de3902409882bb7b0645aa068f9a 100644 (file)
@@ -193,8 +193,8 @@ gtk_gesture_stylus_get_axis (GtkGestureStylus *gesture,
 /**
  * gtk_gesture_stylus_get_axes:
  * @gesture: a GtkGestureStylus
- * @axes: array of requested axes, terminated with #GDK_AXIS_IGNORE
- * @values: (out): return location for the axis values
+ * @axes: (array): array of requested axes, terminated with #GDK_AXIS_IGNORE
+ * @values: (out) (array): return location for the axis values
  *
  * Returns the current values for the requested @axes. This function
  * must be called from either the #GtkGestureStylus:down,